home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 8
/
Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso
/
Aminet
/
comm
/
tcp
/
interInstal.lha
/
INTERINSTALL
/
LOGONAMERICA.IIMOD
< prev
next >
Wrap
Text File
|
1995-08-01
|
855b
|
36 lines
#MODULE FOR INTERINSTALL 1.50 - Log On America
#
ECHO OFF
TIMEOUT 3600 ; Set maximum wait time (in ticks)
REDIAL "BUSY" ; Redial on busy signal
DELAY 100
SEND ""
DELAY 50
;INSTALL Enter the modem initialization command
SEND "$RESPONSE" ; Initialize the modem
DELAY 20
WAIT "K" ; Wait for the OK
;INSTALL Enter the telephone number for Log On America
SEND "ATDT$RESPONSE" ; Dial
DELAY 20
WAIT "CT" ; Wait for connect
DELAY 50
SEND "" ; Send a CR-LF
DELAY 20
WAIT "ervice:" ; Wait for Service:
;INSTALL Enter your user name (case-sensitive)
SEND "S$RESPONSE" ; Send your User ID
DELAY 20
WAIT "d:" ; Wait for Password:
;INSTALL Enter your password (case-sensitive)
SEND "$RESPONSE" ; Send your password
DELAY 20
WAIT "LOA>"
SEND "PPP"
#END
; Domain names
DOMAIN loa.com
; Name servers
NAMESERVER 199.171.167.2